#newsbanner {
    margin-top: 60px;
    margin-left: 100px;
    *margin-left: 0px;
    position: relative;
    width: 600px;
    height: 500px;
    overflow: hidden;
}
#newsbanner_list img {
    border: 0px;
}
#newsbanner > ul {
    position: absolute;
    left:260px;
    list-style-type: none;
    filter: alpha(opacity=80);
    opacity: 0.8;
    z-index: 2;
    margin: 0;
    padding: 0;
    bottom: 20px;
}
#newsbanner > ul li {
    width: 16px;
    height:16px;
    font-size: 8px;
    text-align: center;
    line-height: 16px;
    float: left;
    display: block;
    color: #FFFFFF;
    background: #6f4f67;
    cursor: pointer;
    border: 1px solid #333;
    border-radius: 10px;
    margin-right: 2px;
}
#newsbanner > ul li.on {
    background-color: #000;
}
#newsbanner_list div {
    position: absolute;
    left: 0;
    top: 0;
}
.newsleft,.newsright{display: block;width: 45px;height:100px;z-index: 999;position: absolute;opacity: 0.9;cursor: pointer;}
.newsleft{left:4px;top:150px;}
.newsright{right:4px;top:150px;}